Version

SortConditions Property

Gets the collection of sort conditions to use when sorting the region of data.
Syntax
'Declaration
 
Public ReadOnly Property SortConditions As SortConditionCollection(Of T)
public SortConditionCollection<T> SortConditions {get;}
Remarks

If these settings are used in a Infragistics.Documents.Excel.WorksheetTable, each sort condition in the collection applies to a Infragistics.Documents.Excel.WorksheetTableColumn.

This collection is ordered based on precedence. The first sort condition in the collection has the highest sort precedence.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also